home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / instructions.dir / 00040_Part 3.ls < prev    next >
Encoding:
Text File  |  2002-08-16  |  151 b   |  12 lines

  1. on mouseEnter me
  2.   go("Part 3")
  3. end
  4.  
  5. on mouseLeave me
  6.   go("Start")
  7. end
  8.  
  9. on mouseUp me
  10.   open("Acrobat\Instructions_p3.pdf", "Acrobat\reader.exe")
  11. end
  12.